Debugger Hints and Tips

When using Visual Studio to debug RTX64 applications, note the following hints and tips.

Debug Behavior

NOTE: In RTX64 3.1 and above, the file IntervalZeroRtxBaseDm.xaml is located in C:\Program Files\IntervalZero\RTX64 SDK\3.1\VSExtentions

 

If these files exist and you still do not see the RTX64 Real-Time Debugger, try the following:

</ItemDefinitionGroup>

<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

<Import Project="$(RTX64Common)\DebuggerExtensions\IntervalZero.targets"

Condition="exists('$(RTX64Common)\DebuggerExtensions\IntervalZero.targets')" />

NOTE: In RTX64 3.1 and above, the path to the DebuggerExtensions changed from (RTX64Common)\DebuggerExtensions\ to C:\Program Files\IntervalZero\RTX64 SDK\3.1\VSExtentions

You must update the above code accordingly.

Related Topics:

MiniTutorials: